Skip to content

Remove unnecessary conversion webhook from RequestReply CRD - #9039

Merged
knative-prow[bot] merged 1 commit into
knative:mainfrom
creydr:fix-requestreply-conversion-webhook
Apr 22, 2026
Merged

Remove unnecessary conversion webhook from RequestReply CRD#9039
knative-prow[bot] merged 1 commit into
knative:mainfrom
creydr:fix-requestreply-conversion-webhook

Conversation

@creydr

@creydr creydr commented Apr 22, 2026

Copy link
Copy Markdown
Member

RequestReply only has a single version (v1alpha1) and was never registered in the conversion controller, so the webhook's CA bundle was never injected. This caused kube-apiserver to log x509 certificate errors when trying to reach the unconfigured webhook endpoint.

RequestReply only has a single version (v1alpha1) and was never
registered in the conversion controller, so the webhook's CA bundle
was never injected. This caused kube-apiserver to log x509 certificate
errors when trying to reach the unconfigured webhook endpoint.
@creydr
creydr requested review from Cali0707 and maschmid April 22, 2026 14:52
@knative-prow knative-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 22, 2026
@knative-prow
knative-prow Bot requested a review from matzew April 22, 2026 14:52
@knative-prow knative-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 22, 2026
@codecov

codecov Bot commented Apr 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.52%. Comparing base (7864797) to head (ea1744a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9039      +/-   ##
==========================================
+ Coverage   50.50%   50.52%   +0.02%     
==========================================
  Files         409      409              
  Lines       27505    27505              
==========================================
+ Hits        13891    13897       +6     
+ Misses      12751    12747       -4     
+ Partials      863      861       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maschmid

Copy link
Copy Markdown
Contributor

/lgtm

@knative-prow knative-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 22, 2026

@Cali0707 Cali0707 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Thanks for catching @creydr

@knative-prow

knative-prow Bot commented Apr 22, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707, creydr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@maschmid

Copy link
Copy Markdown
Contributor

/test reconciler-tests

@knative-prow
knative-prow Bot merged commit 152cef3 into knative:main Apr 22, 2026
33 checks passed
openshift-merge-bot Bot pushed a commit to openshift-knative/eventing that referenced this pull request Apr 23, 2026
…m RequestReply CRD (#1869)

* Remove unnecessary conversion webhook from RequestReply CRD (knative#9039)

RequestReply only has a single version (v1alpha1) and was never
registered in the conversion controller, so the webhook's CA bundle
was never injected. This caused kube-apiserver to log x509 certificate
errors when trying to reach the unconfigured webhook endpoint.

* Run `make generate-release`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants